TProgressBar
------------

Implements a progress bar identical to the Win95 common controls progress bar.

Identical properties and methods as the Win95 control, ideal for projects
where 16 & 32 bit versions are required.

This component is free to use and modify as needed.


Properties
----------

Min         The minium value of the Position property
Max         The maximum value of the Position property
Position    The current position of the progress bar, between Min and Max
            properties.
Step        How much the StepIt method increments the Position property


Methods
-------

procedure StepBy(Delta :Integer);

Increments the Position property by the specified amount.


procedure StepIt;

Increments the Position property by the value in the Step property.


Contact
-------

Adrian Youlden
101667,776


Other Information
-----------------

Like the TProgressBar component ?

Check out my home page for other Delphi components I have produced:

http://ourworld.compuserve.com/homepages/AdrianY/
